@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Shippori+Antique+B1&display=swap");
.nav__logo {
  font-family: "Lobster", cursive;
}

.text-justify {
  text-align: justify;
}

body {
  font-weight: 300;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  color: #54B0AF;
  margin-bottom: 20px;
  font-family: "Shippori Antique B1", sans-serif;

}

*,
*::after,
*::before {
  margin: 0;     <div class="col-md-4 text-center my-2">
                    <a href="<?php get_website_custom_field('box1link');?>">
                        <figure class="boxes__item">
                            <img src="<?php get_website_custom_field('box1');?>" class="img-fluid" alt="">
                        </figure>
                    </a>

                  <?php get_website_custom_field('box1t');?>
                  
                </div>
  padding: 0;
}

@media (max-width: 960px) {
  .toper {
    display: none;
  }
	

}

.nav {
  padding: 20px 15px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

@media(max-width:960px){

	.nav{
	position:static !important;
		padding:10px 15px !important;
	}
}

.nav__btn {
  width: 50px;
  height: 50px;
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
  font-size: 1.5rem;
}

.nav__logo {
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  display: inline-block;
  width: auto;
  transition: all 250ms linear;
}

.nav__logo:hover {
  color: #fff;
  opacity: 0.8;
}

.nav__menu {
  display: flex;
  color: #fff;
  width: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.nav__menu a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  border-bottom: solid 2px transparent;
  transition: all 250ms linear;
  text-transform:uppercase;
}

.nav__menu a:hover {
  border-bottom: solid 2px #fff;
}

@media (max-width: 960px) {
  .nav__menu {
    flex-direction: column;
    width: 100%;
  }
  .nav__menu li {
    text-align: center;
    padding: 6px 15px;
  }
  .nav__menu a {
    width: 100%;
    display: block;
  }
}

.carousel-item {
  height: 65vh;
}

.carousel-item img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: brightness(70%);
}

.boxes {
  padding: 130px 15px;
  background: url("../img/so-white.png");
}

.boxes h3 {
  margin-bottom: 15px;
}

.boxes__item {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border: solid #54B0AF 5px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}

.boxes__item img {
  width: 100%;
  height: 100%;
  transition: all 250ms linear;
	object-fit:cover;
	object-position:center center;
}

.boxes__item:hover img {
  filter: brightness(50%);
  transform: scale(1.2);
}

.about {
  position: relative;
  padding: 100px 15px;
}

.about__foto {
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-bottom: solid 10px #54B0AF;
}

@media (max-width: 960px) {
  .about__foto {
    height: 400px;
    margin-bottom: 20px;
  }
}

.about .container {
  position: relative;
  z-index: 2;
}

.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 44%;
  z-index: 1;
  background: #d5d5d5;
  height: 100%;
  opacity: 0.4;
}

.carousel-caption {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5 {
  color: #fff;
  font-family: "Lobster", cursive;
}

.gallery {
  padding: 100px 15px;
}

.gallery__block figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.gallery__block img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  transition: all 250ms linear;
  cursor: pointer;
}

.gallery__block img:hover {
  transform: scale(1.2);
}

@media (max-width: 960px) {
  .gallery__block img {
    height: 250px;
  }
}

.footer {
  padding: 50px 15px;
  background: linear-gradient(#067093, #004860);
  color: #fff;
  line-height: 1.8;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
  color: #fff;
}

.footer__logo {
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  transition: all 250ms linear;
  font-family: "Lobster", cursive;
  text-align: center;
}

.footer__menu {
  list-style-type: square;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

.footer__menu a {
  color: #fff;
  text-decoration: none;
}

.contactwithus {
  position: relative;
  padding: 60px 15px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.contactwithus .container {
  text-align: center;
  position: relative;
}

.contactwithus .display-4 {
  font-family: "Lobster", cursive;
  color: #fff;
}

.contactwithus p {
  color: #fff;
}

.contactwithus img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(80%);
}

@media (max-width: 960px) {
  section,.footer {
    padding: 80px 15px !important;
  }
}

.title {
  padding: 80px 15px;
  background: url("../img/so-white.png");
}

article {
  padding: 50px 15px;
}

article h1, article h2, article h3, article h4, article h5 {
  color: #54B0AF;
}

article p {
  opacity: 1;
}

article ::marker{
color:#54B0AF;
}

article ul{
margin: 0;
  margin-left: 0px;
padding: 0;
margin-left: 15px;
list-style-type: square;	
}	
